a7955a74562f13fb91be57f784e587658a04e773,oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/ClusterInfoTest.java,ClusterInfoTest,renewLease,#,96
Before Change
DocumentNodeStore ns = new DocumentMK.Builder().
setDocumentStore(mem).
setAsyncDelay(0).
getNodeStore();
ClusterNodeInfo info = ns.getClusterInfo();
After Change
DocumentNodeStore ns = new DocumentMK.Builder().
setDocumentStore(mem).
setAsyncDelay(0).
setLeaseCheck(false).
getNodeStore();
ClusterNodeInfo info = ns.getClusterInfo();